home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set LastTick to the ticks
- repeat while the width of sprite 3 < 400
- set x to 5.29999999999999982 * (the ticks - LastTick)
- set the width of sprite 3 to the width of sprite 3 + x
- set the height of sprite 3 to the height of sprite 3 + x
- updateStage()
- end repeat
- end
-
- on mouseUp
- go(75)
- end
-